home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (AV)AA / (AV)AAC.ADF / Hangman / hangman.doc < prev    next >
Text File  |  1991-10-05  |  2KB  |  45 lines

  1. Welcome to the cute little program that I have done in AmigaVision.
  2. Its called HangMan. It looks really neat and it functions pretty good
  3. also. My name is John Seitz and I wrote this little program. If you
  4. have any questions about this program you can write to me on GEnie
  5. (J.Seitz3)
  6.  
  7. Before I start I would like to thank some people. First to Jeff and
  8. Jeff-O, the best roommates during college at University of Florida.
  9. Also to Astrid, thanks for being funny. And most important, my girl-
  10. friend, Jenny. Thanks to all of you.
  11.  
  12. Now to the program.
  13.  
  14. This is a small, simple hangman game that I wrote in AmigaVision
  15. (AV). This program took about 5 days to write because programming
  16. this was to teach me AV. So if the programming sucks, sue me....I was
  17. learning AV.
  18.  
  19. When you PRESENT the AV script you will be show the opening screen.
  20. You will see some button marked with labels, the gallows, and the
  21. place where the word fits. Clicking any where but the letter buttons
  22. will bring up the help file. Clicking on the letter button will
  23. select that button and check to see if you are correct. If you are
  24. not then you get one body part added to the gallows. You get six (6)
  25. wrong tries before you are die. Also if you are a WIMP, you can use
  26. the GIVE UP button to show you the word and move on to the next word.
  27.  
  28. Explanation of the word database used:
  29.     In order to get a random word from the database, I had to use to 
  30.     fields in the database (hangman.words.DBF). The first field is a 
  31.     count field and the second is the actual word field. If you are
  32.     going to add more words to this database make sure that the new
  33.     word has its own count number in field one (1) I have included 56
  34.     words in this database each with 9 letters or less. When adding
  35.     words, also use 9 letters or less. Why because I wrote it that
  36.     way, change it if you want! Just kidding.
  37.  
  38. About the Help File:
  39.     I used brushes to show my help file. Well I stole the idea for
  40. the brush from the StarShip AV calendar script. I thought this type
  41. of help file is really good. Sorry if I stepped on anyone's toes.
  42.  
  43. Well I really hope that you like this program. It was fun and easy to
  44. do with AV and a really good paint program (DPAINT III of course).
  45.